home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c-part2 / 11963 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  888 b 

  1. Path: news.eecs.umich.edu!usenet
  2. From: niranjan@eecs.umich.edu (Niranjan Ramakrishnan)
  3. Newsgroups: comp.lang.c
  4. Subject: Persistence support
  5. Date: 27 Mar 1996 18:53:28 -0500
  6. Organization: Department of EECS, University of Michigan, Ann Arbor
  7. Sender: niranjan@wits-end.eecs.umich.edu
  8. Message-ID: <iefraue6qkn.fsf@wits-end.eecs.umich.edu>
  9. NNTP-Posting-Host: wits-end.eecs.umich.edu
  10. X-Newsreader: Gnus v5.1
  11.  
  12. Hi,
  13.  
  14. Does any one know of any libraries etc that might exist out there to
  15. support persistence in C. My problem is I have an array of structures that
  16. contain pointers in them which I need to write to a file and retrieve later.
  17. However fwrite and fread won't work since it will just write the pointer
  18. value and not the actual value contained in the location pointed to. I
  19. heard that this is one of the big issues in persistence. Can some one
  20. help me?
  21.  
  22. Thanks,
  23.  
  24. Niranjan
  25. -- 
  26. - Niranjan
  27.  
  28.